home *** CD-ROM | disk | FTP | other *** search
/ SGI Developer Toolbox 6.1 / SGI Developer Toolbox 6.1 - Disc 4.iso / src / exampleCode / X / README < prev   
Encoding:
Text File  |  1994-08-02  |  1.9 KB  |  49 lines

  1.  
  2.  
  3.                      toolbox/src/exampleCode/X README
  4.  
  5.              `!' indicates new or updated as of version 4.2
  6.  
  7.  
  8.         an X subtree of example source. 
  9.  
  10.         See also the Frequently Asked Questions X files
  11.         ~4Dgifts/toolbox/FAQs/netfaqs/{X-faq, X.speedups-faq, Xt-faq,
  12.          motif-faq, pex-faq}
  13.  
  14.  
  15.  !     cursor:    2 examples implementing cursors in X--one using "Font" and 
  16.           the other "Pixmap" cursors.
  17.  
  18.  !     fonts:     2 X font examples--one working with glpyhs, the other, 
  19.           implementing scalable fonts.
  20.  
  21.  !     XtAppInitwIcon:  generates multi-color icons Xt demo program.
  22.                   contains source to a function that is the same as 
  23.                   XtAppInitialize except that it allows the application 
  24.                   an opportunity to generate an icon window for the 
  25.                   top-level shell that is a visual other than the default 
  26.                   2-color visual.  According to the documentation for 
  27.                   creating icon windows, it must have the same visual 
  28.                   type as the root window.
  29.  
  30.  
  31.        Xserver :  contains PostScript versions of Silicon Graphics
  32.                   X server papers:
  33.                   -- "A Fully Functional Implementation of Layered Windows"
  34.                   -- "Program X Overlay Windows" 
  35.                   -- "Going Beyond the MIT Sample Server:  The Silicon 
  36.                       Graphics X11 Server"
  37.                   -- "A Three Color Cursor for X"
  38.                   as well as accompanying sample source code and a Makefile 
  39.           to build the executables.
  40.  
  41.  !     xshowcmap2:  an extension to xshowcmap and useful in debugging problems
  42.             dealing with multiple colormaps and/or visuals.  modified
  43.             with three new optional arguments:
  44.                      -visid allows specifying the visual id.
  45.                      -cmap allows specifying the colormap id.
  46.                      -windowid allows specifying a window id.  
  47.  
  48.  
  49.